From: Joey Hess Date: Thu, 2 Oct 2025 18:43:58 +0000 (-0400) Subject: push tags earlier X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~30 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c7742404c8eb9e91fd1bd165868a80f412724406;p=git-annex.git push tags earlier --- diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index bf3a1357a9..c084b2eeb4 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -163,6 +163,11 @@ makeinfos updated changelogversion = do , Param "-f" , Param ("git-annex_" ++ changelogversion) ] + void $ inRepo $ runBool + [ Param "git" + , Param "push" + , Param "--tags" + ] void $ inRepo $ runBool [ Param "annex" , Param "move" @@ -174,11 +179,6 @@ makeinfos updated changelogversion = do [ Param "annex" , Param "sync" ] - void $ inRepo $ runBool - [ Param "git" - , Param "push" - , Param "--tags" - ] -- Check for out of date info files. infos <- liftIO $ filter (literalOsPath ".info" `OS.isSuffixOf`)